home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- Set_CDcounter(5)
- initLesson()
- CheckForTagWd()
- end
-
- on HideLastStep
- if Get_NEXT() > 1 then
- CursorsReset()
- end if
- UpdateCursors(25, 0)
- unLoadCast()
- RestoreHilites()
- end
-
- on TheinitCursor
- initCursorCastNum()
- initCursorList(1)
- set CursorCastNum to getCursor(2)
- cursor([CursorCastNum, CursorCastNum + 1])
- end
-
- on checkScreenStatus
- CheckRollOver()
- CheckSnakeStatus()
- go(the frame)
- end
-
- on BlinkNext
- if (the timer > getTimer()) and not soundBusy(2) then
- startTimer()
- if the name of cast the castNum of sprite get_NEXTSprite() = "NEXT" then
- set the castNum of sprite get_NEXTSprite() to the number of cast "NEXT_E"
- else
- set the castNum of sprite get_NEXTSprite() to the number of cast "NEXT"
- end if
- end if
- end
-
- on GoNext
- if not get_Disabled() then
- sound stop 2
- if Get_NEXT() > 2 then
- repeat with i = 14 to 17
- UpdateCursors(i, 3)
- end repeat
- end if
- if Get_NEXT() > 2 then
- GoNextMovie()
- else
- go("t" & Get_NEXT())
- end if
- Set_NEXT(Get_NEXT() + 1)
- end if
- end
-
- on stopMovie
- sound stop 1
- unLoad()
- setEmptyCursor()
- end
-
- on GoNextMovie
- PlaySound("GOSOUND.SO1")
- SaveHilite()
- Add_CDcounter(1)
- set cdNum to Get_CDcounter()
- set movieName to item cdNum of Get_CurrentSnakeScreens()
- go("INIT" & Get_ScreenSubject(), movieName & ".GEO")
- end
-
- on playTheTSound theTSnd
- PlaySound("NCT04050.s0" & theTSnd)
- end
-
- on go_pn what_pn, theSprite
- go("pn" & what_pn)
- puppetSprite(theSprite, 1)
- set the castNum of sprite theSprite to the number of cast ("b" & what_pn & "_V")
- repeat with i = 14 to 17
- UpdateCursors(i, 3)
- end repeat
- repeat with i = 22 to 24
- UpdateCursors(i, 2)
- end repeat
- UpdateCursors(25, 3)
- end
-
- on CursorsReset
- repeat with i = 11 to 17
- UpdateCursors(i, 0)
- puppetSprite(i, 0)
- end repeat
- end
-
- on step_prep
- repeat with i = 14 to 17
- UpdateCursors(i, 3)
- end repeat
- end
-
- on CloseBox
- repeat with i = 22 to 25
- UpdateCursors(i, 0)
- end repeat
- go("t2b")
- end
-